

/* Global configs */

html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	color: #444444;
	font-size: 0.7em;
	line-height: 1.6em;
	background: url(../static_images/body_bg.gif) top center white;
	text-align: center;
	z-index: -1;
}

body, input, textarea, select {
	font-family: trebuchet ms, sans-serif;
}

input, textarea, select {
	font-size: 1em;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
	}
		h4 {
		font-size: 1.4em;
		font-weight: 100;
	}
	
p {
	font-size: 1em;
	font-weight: 100;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #6D6D6D;
}

a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}


/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 900px;
	z-index: 1;
	margin: 0px auto;
	text-align: left;
	background: url(../static_images/body_bg.gif) top center white;
}













#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width:860px;
	height: 20px;
	padding: 15px 20px;
	text-align: right;
	z-index: 1;
	overflow: hidden;
}

#header ul li {
	float: right;
	padding: 0px 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 800;
	border-right: 1px dotted #8E8E8E;
	line-height: 1em;
	height: 20px;
}














#logo {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 304px;
	height: 140px;
	background: url(../static_images/logo_bg.gif) center white;
}

#logo h1 {
	position: absolute;
	top: -1000px;
}






#navigation {
	position: absolute;
	top: 50px;
	left: 304px;
	margin: 0px 20px;
	padding: 15px 0px;
	width: 556px;
	height: 106px;
	border-top: 2px dotted #8E8E8E;
	border-bottom: 2px dotted #8E8E8E;
}

#navigation.cms {
	position: absolute;
	top: 50px;
	left: 304px;
	margin: 0px 20px;
	padding: 15px 0px;
	width: 556px;
	height: 106px;
	background: url(../static_images/cms_nav_bg.png) no-repeat center;
	border-top: 2px dotted #8E8E8E;
	border-bottom: 2px dotted #8E8E8E;
}

#navigation ul li {
	float: left;
	display: block;
	width: 118px;
	height: 106px;
	padding: 0px 10px;
	text-align: center;
	border-right: 1px dotted #8E8E8E;
}

#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	width: 118px;
	height: 20px;
	padding: 86px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
}

#navigation ul li a.about {
	background: url(../static_images/nav_about.gif) top center no-repeat;
}

#navigation ul li a.iliad {
	background: url(../static_images/nav_reader.gif) top center no-repeat;
}

#navigation ul li a.books {
	background: url(../static_images/nav_ebook.gif) top center no-repeat;
}

#navigation ul li a.support {
	background: url(../static_images/nav_support.gif) top center no-repeat;
}



























#content {
	padding: 190px 0px 0px 0px;
	margin: 0px;
	width: 900px;
	z-index: 1;
}

#left {
	margin: 0px;
	width: 304px;
	float: left;
	line-height: 1.6em;
	z-index: 2;
}

#left div.product {
	width: 304px;
	text-align: left;
}

#left h1 {
	color: white;
	text-align: right;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0px 10px 0px 0px;
}

#left ul.nav {
	padding: 10px 20px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}

#left ul.nav li a:link, #left ul.nav li a:visited {
	color: white;
	display: block;
	padding: 5px 0px 0px 0px;
}

#popout {
	position: relative;
	z-index: 11;
}

#popout ul {
	list-style: none;
	width: 284px;
	margin: 0px 0px 4px 0px;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: right;
}

#popout li a:link, #popout li a:visited {
	color: white;
	margin: 0px;
	padding: 4px 0px;
	display: block;
	font-size: 1.0em;
	font-weight: 800;
	border-bottom: 1px solid #CCCCCC;
}

#popout li a:hover {
	background: #666666;
}

#popout ul ul {
	position: absolute;
	top: 0px;
	left: 284px;
	top: -6px;
	width: 250px;
	background: url(../static_images/nav_bg.png);
	border: 1px solid black;
	border-left: 0px solid #999999;
	font-weight: 800;
}

#popout li {
	position: relative;
}

#popout ul ul, #popout ul li:hover ul ul {
	display: none;
}

#popout li:hover ul, #popout ul ul li:hover ul {
	display: block;
}


















#body {
	margin: 0px;
	width: 596px;
	float: left;
	line-height: 1.6em;
}

#body a:link, #body a:visited {
	color: #095879;
	font-weight: 800;
	text-transform: uppercase;
}

#body a:hover {
	color: #6AAFCC;
}

#body img.inline {
	border: 0px;
	display: inline;
	float: none;
	margin: 0px;
	padding: 0px;
}

#body div.line {
	height: 0px;
	width: 556px;
	margin: 0px 20px 0px 20px;
	border-bottom: 2px dotted #8E8E8E;
	clear: both;
	overflow: hidden;
}

#body div.full {
	margin: 0px 0px 0px 20px;
	padding: 18px 0px 0px 0px;
	width: 556px;
	clear: both;
	overflow: hidden;
}

#body div.half {
	margin: 0px 0px 0px 20px;
	padding: 18px 0px 0px 0px;
	width: 268px;
	display: inline;
	float: left;
}

#body div.hidden {
	display: none;
}

#body div.main {
	margin: 0px 0px 0px 20px;
	padding: 18px 0px 0px 0px;
	width: 384px;
	display: inline;
	float: left;
}

#body div.main div.downloads {
	float: right;
	width: 150px;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	display: block;
}

#body div.main div.downloads a.item {
	text-transform: none;
	font-size: 0.9em;
	display: block;
}

#body div.column {
	margin: 0px 20px 0px 20px;
	padding: 18px 0px 0px 0px;
	width: 150px;
	display: inline;
	float: right;
}

#body div.basket, #body div.accessories {
	margin: 0px 0px 0px 20px;
	padding: 18px 0px 0px 0px;
	width: 150px;
	display: inline;
}

#body div.basket table {
	width: 150px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
}

#body div.basket table td {
	padding: 3px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	
}

#body div.basket table td a:link, #body div.basket table td a:visited {
	text-transform: none;
	font-weight: 100;
}

#body div.accessories div.accessory {
	width: 150px;
	display: block;
	border-bottom: 2px dotted #8E8E8E;
}




#body div.full table.checkout {
	width: 556px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
}

#body div.full table.checkout td {
	padding: 3px 0px 3px 0px;
	margin: 3px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#body div.full table.checkout select {
	margin: 0px;
	padding: 0px;
}








#body h1 {
	font-size: 1em;
	color: #263E48;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 2px dotted #E5E5E5;
	margin: 0px 0px 10px 0px;
}

#body h2, #body h4 {
	font-size: 1em;
	color: #8E8E8E;
	text-transform: uppercase;
}

#body h2.error {
	font-size: 1em;
	color: red;
	font-weight: 800;
	text-transform: uppercase;
}

#body img {
	border: 1px solid black;
	margin: 0px 10px 10px 0px;
	float: left;
}

#body div.tinyMCE img {
	border: 0px solid black;
	margin: 0px;
	float: none;
}

#body p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.2em;
}

#body p.price {
	border-bottom: 2px dotted #8E8E8E;
	padding: 5px 5px 0px 5px;
	text-align: right;
	line-height: 1.4em;
}






#body div.bookView {
	margin: 0px;
	padding: 0px;
	width: 570px;
	clear: both;
}

#body div.bookView a:link, #body div.bookView a:visited {
	margin: 0px 14px 14px 0px;
	display: block;
	padding: 5px;
	width: 88px;
	height: 150px;
	float: left;
	border: 1px solid #8E8E8E;
}

#body div.bookView div.book {
	overflow: hidden;
	text-align: center;
	text-transform: none;
}
















#body table.form {
	width: 100%;
}

#body table.form td.label {
	text-align: right;
	padding: 0px 20px 0px 0px;
}

#body table.form td.control {
	width: 400px;
}

#body table.form td.control input {
	width: 400px;
}

#body table.form td.control textarea {
	width: 400px;
	height: 100px;
}

#body table.form div.terms {
	width: 400px;
	height: 100px;
	overflow: scroll;
	border: 1px solid gray;
	padding: 2px;
}



#body table.cms {
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}

#body table.cms td {
	padding: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#body div.cms {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#body div.cms div.article {
	padding: 2px 5px 0px 0px;
	margin: 4px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#body div.cms img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}







#body div.product_full {
	position: relative;
	height: 212px;
	border-bottom: 2px dotted #DDDDDD;
	margin: 0px 0px 10px 0px;
}

	#body div.product_full img {
		width: 200px;
		height: 200px;
		border: 1px solid #444444;
		float: left;
	}
	
	#body div.product_full h2.title {
		font-size: 1.2em;
	}
	
	#body div.product_full p.description {
		margin: 14px 0px;
	}
	#body div.product_full p.cost {

		font-weight: 800;
		color: #263E48;
		text-transform: uppercase;
	}
	
	#body div.product_full p.basket {
		font-weight: 800;
		color: #263E48;
		text-transform: uppercase;
	}


#body div.product_half {
	position: relative;
	height: 111px;
	border-bottom: 2px dotted #DDDDDD;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

	#body div.product_half img {
		width: 100px;
		height: 100px;
		border: 1px solid #444444;
		float: left;
	}
	
	#body div.product_half h2.title {
		font-size: 1.2em;
	}
	
	#body div.product_half p.description {
		display: none;
	}

	#body div.product_half p.cost {
		font-weight: 800;
		color: #263E48;
		text-transform: uppercase;
	}
	
	#body div.product_half p.basket {
		font-weight: 800;
		color: #263E48;
		text-transform: uppercase;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	#body div.search_books {
		width: 556px;
		margin: 0px 0px 0px 20px;
		padding: 10px 0px 0px 0px;
		border-bottom: 2px dotted #8E8E8E;
	}
	
		#body div.search_books h1 {
			margin: 0px;
			padding: 0px;
			border: 0px solid white;
			float: left;
		}
		
		#body div.search_books input.search_form {
			margin: 0px 5px 0px 0px;
			padding: 1px;
			width: 150px;
			float: right;
		}
		
		#body div.search_books input.search_button {
			margin: 0px 0px 0px 5px;
			padding: 0px;
			float: right;
		}
	
	
	#body div.book_full {
		width: 556px;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 2px dotted #8E8E8E;
	}
		
		#body div.book_quarter img {
			margin: 0px 10px 0px 0px;
			float: left;
		}
			
		#body div.book_full div.actions {
			margin: 0px 0px 0px 160px;
			padding: 0px;
			height: 24px;
		}
		
			#body div.book_full div.actions h5.price {
				border: 0px solid white;
				margin: 0px;
				padding: 0px;
				font-weight: 800;
				font-size: 1.3em;
				color: #263E48;
				float: left;
			}
			
			#body div.book_full div.actions input.buy {
				float: right;
			}
		
		
	#body div.book_threequarters {
		width: 423px;
		float: left;
	}
		
		#body div.book_threequarters div.book_quarter {
			width: 133px;
			border-bottom: 2px dotted #8E8E8E;
			margin: 0px 8px 10px 0px;
			padding: 0px 0px 10px 0px;
			float: left;
		}
		
		
	#body div.book_right {
		width: 133px;
		float: right;
	}
		
		#body div.book_quarter {
			width: 133px;
			border-bottom: 2px dotted #8E8E8E;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 10px 0px;
		}
		
			#body div.book_quarter img {
				margin: 0px;
				float: none;
			}
		
			#body div.book_quarter div.actions {
				margin: 0px;
				padding: 0px;
				height: 24px;
			}
			
				#body div.book_quarter div.actions h5.price {
					border: 0px solid white;
					margin: 0px;
					padding: 0px;
					font-weight: 800;
					font-size: 1.3em;
					color: #263E48;
					float: left;
				}
				
				#body div.book_quarter div.actions input.buy {
					float: right;
				}

	#body div.list {
		width: 415px;
		border-bottom: 2px dotted #8E8E8E;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
	}


	#body div.book_content ul li {
		list-style-type: square;
		padding-left: 0px;
		margin-left: 15px;
	}




















#footer {
	margin: 0px 0px 20px 0px;
	width: 900px;
	height: 60px;
	z-index: 1;
}

#footer_text {
	margin: 0px;
	width: 284px;
	height: 40px;
	padding: 10px 10px;
	float: left;
	line-height: 1.6em;
	background: url(../static_images/footer_text_bg.gif) top center white;
	color: white;
}

#footer_text a:link, #footer_text a:visited {
	color: white;
}

#footer_text.cms {
	background: white;
}



#footer_nav {
	margin: 0px 0px 0px 20px;
	padding: 18px 0px;
	width: 556px;
	height: 20px;
	float: left;
	line-height: 1.6em;
	background: url(../static_images/footer_nav_bg.gif) right center white;
	border-top: 2px dotted #8E8E8E;
	border-bottom: 2px dotted #8E8E8E;
}

#footer_nav ul li {
	float: left;
	display: block;
	height: 20px;
	padding: 0px 10px;
	text-align: center;
	border-right: 1px dotted #8E8E8E;
}








#login {
	border: 2px dotted #8E8E8E;
	width: 256px;
	margin: 100px 150px;
	padding: 15px;
	text-align: center;
	background: white;
	}





#sitemap ul {
	list-style: circle;
}

#sitemap li {
	list-style: circle;
	margin: 0px 0px 0px 20px;
}




/* Info Popup code */

span.popup {
	position: relative;
	cursor: pointer;
}

span.popImage {
	position: absolute;
	text-transform: none;
	font-size: 1em;
	color: black;
	top: 0px;
	left: 20px;
	background: white;
	border: 1px solid #CCCCCC;
	padding: 0px;
	width: 500px;
	height: 500px;
	display: none;
}

span.popup:hover span.popImage {
	top: -300px;
	right: -100px;
	display: block;
	z-index: 99;
}

a.pageButton {
	padding: 0px 3px 3px 3px;
	height: 14px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-weight: 800;
	margin: 0px 3px 3px 0px;
	float: left;
	display: block;
}

a.pageButton:link, a.pageButton:visited {
	border: 1px solid #CCCCCC;
	background: #EAEAEA;
	float: left;
	display: block;
}

a.pageButton:hover {
	background: #263E48;
	color: #FFFFFF;
}